projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d88175
)
popup: Fix up a doc blurb
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 Sep 2020 00:43:01 +0000
(20:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 Sep 2020 00:43:01 +0000
(20:43 -0400)
The GdkPopup:autohide property was mis-documented.
Fixes: #3197
gdk/gdkpopup.c
patch
|
blob
|
history
diff --git
a/gdk/gdkpopup.c
b/gdk/gdkpopup.c
index 735567fc32667d89495f103f5a162c6acfa9e70a..91772d3c18eb7af9eabfbbee717f4e76e788e5c7 100644
(file)
--- a/
gdk/gdkpopup.c
+++ b/
gdk/gdkpopup.c
@@
-94,7
+94,7
@@
gdk_popup_default_init (GdkPopupInterface *iface)
g_object_interface_install_property (iface,
g_param_spec_boolean ("autohide",
P_("Autohide"),
- P_("
The parent surface
"),
+ P_("
Whether to hide on outside clicks
"),
FALSE,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));